Pacify warnings in gmalloc.c
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 05:27:43 +0000 (13:27 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 05:27:43 +0000 (13:27 +0800)
commit67b1da215c9fc103d131e8c568a1e6a75d993f83
treee185f12596e43002b34c2cec9e3a5aec94254913
parent26a407cebebdaa5b21bc896cfb79c7ea8c37a922
Pacify warnings in gmalloc.c

* src/gmalloc.c (__malloc_initialize_hook): Also declare in
advance on Glibc 2.24 and later.
(__after_morecore_hook, __morecore): Likewise on Glibc 2.34 and
later.
src/gmalloc.c